Problem Note 36255: Catalog description is not updated when using SCL code and the SAVECLASS command to define a custom SAS/AF® class
When defining a custom SAS/AF class using SCL code and the SAVECLASS command, the description option is not honored for the Class statement.
To illustrate this behavior, you can use the below SCL code to generate an empty class. After you have included the code into an SCL entry, issue the SAVECLASS command.
class z /(Description='Dummy Class');
endclass;
After the Class entry has been saved, go to the SAS Explorer window with details turned on and navigate to the SAS catalog where the Class entry was written. You will see that the description field for the Class listing is blank.
After the Class entry has been saved to a SAS catalog, you can update the description by double-clicking on the Class entry in the SAS Explorer to open it up into the Class editor. You must make some type of change to the description text, even if you just enter a trailing space at the end of your description. After this change has been made, when you exit out of the Class editor, you will see that the Description field has desired text.
Operating System and Release Information
SAS System | SAS/AF | z/OS | 8.1 TS1M0 | 9.4 TS1M0 |
OpenVMS VAX | 8.1 TS1M0 | 9.4 TS1M0 |
OS/2 | 8.1 TS1M0 | |
Microsoft Windows 95/98 | 8.1 TS1M0 | |
Microsoft Windows 2000 Advanced Server | 8.1 TS1M0 | |
Microsoft Windows 2000 Datacenter Server | 8.1 TS1M0 | |
Microsoft Windows 2000 Server | 8.1 TS1M0 | |
Microsoft Windows 2000 Professional | 8.1 TS1M0 | |
Microsoft Windows NT Workstation | 8.1 TS1M0 | |
Microsoft Windows XP Professional | 8.1 TS1M0 | 9.4 TS1M0 |
Windows Millennium Edition (Me) | 8.1 TS1M0 | |
ABI+ for Intel Architecture | 8.1 TS1M0 | 9.4 TS1M0 |
AIX | 8.1 TS1M0 | 9.4 TS1M0 |
HP-UX | 8.1 TS1M0 | 9.4 TS1M0 |
IRIX | 8.1 TS1M0 | 9.4 TS1M0 |
OpenVMS Alpha | 8.1 TS1M0 | 9.4 TS1M0 |
Solaris | 8.1 TS1M0 | 9.4 TS1M0 |
Tru64 UNIX | 8.1 TS1M0 | 9.4 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2012-04-19 16:30:10 |
Date Created: | 2009-06-17 13:43:45 |